Name | Description | |
---|---|---|
![]() | NBlocksDeque<T> Constructor | Overloaded. |
The following tables list the members exposed by NBlocksDeque<T>.
Name | Description | |
---|---|---|
![]() | NBlocksDeque<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified item |
![]() | Insert | Inserts the item at the specified index |
![]() | PeekBack | Returns the last item from the deque, without removing it. |
![]() | PeekFront | Returns the first item from the deque, without removing it. |
![]() | PopBack | Removes and returns the last item from the deque. |
![]() | PopFront | Removes and returns the first item from the deque. |
![]() | PushBack | Pushes the item at the back of the deque (makes it the last item in the deque) |
![]() | PushFront | Pushes the item at the front of the deque (makes it the first item in the deque) |
![]() | Remove | Overloaded. Removes the specified item |
![]() | RemoveAll | Removes all occurrence of the specified item. |
![]() | RemoveAt | Removes the item at the specified index |
![]() | RemoveLast | Overloaded. Removes the last occurrence of the specified item (if any) |